fix(readonly): use native separator in paths before calling windows API
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 7 May 2025 21:54:52 +0000 (23:54 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 2 Jun 2025 11:21:47 +0000 (13:21 +0200)
commit78d7523ff825460057a1c560482c7c088c659151
tree9f69a278e2ad1497bddfd7816d983bbdbb41d25c
parentf64a42ac728137e3c10c8509284689786e10e1c0
fix(readonly): use native separator in paths before calling windows API

we need platform native separators for file paths that will be used in
native Windows platform specific APIs

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/filesystembase.cpp